Why doesn't this code work?
#declare fun = function { pigment {
image_map {
tga "face.tga"
map_type 0
interpolate 2
}
}
}
and then this in some object:
texture {
pigment {
fun
color_map {
[0 color White]
[1 color Black]
}
}
it keeps stopping between fun and color_map saying no matching } in pigment
vector function identifier found instad.
HELP!
Corey
Post a reply to this message
|